home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Games / Crazy Chicken Approaching / ccapproaching.exe / Crazy Chicken Approaching.res / componentstree.dfm / componentstree.txt next >
Encoding:
Text File  |  2006-04-04  |  3.6 KB  |  186 lines

  1. object frmDesign: TfrmDesign
  2.   Left = 213
  3.   Top = 127
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'passingvariables'
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '$TITLE$'
  9.   ClientHeight = 360
  10.   ClientWidth = 497
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poDesigned
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 497
  25.     Height = 59
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = -2
  31.     Top = 58
  32.     Width = 504
  33.     Height = 9
  34.     Shape = bsTopLine
  35.   end
  36.   object Label4: TLabel
  37.     Left = 8
  38.     Top = 72
  39.     Width = 401
  40.     Height = 17
  41.     AutoSize = False
  42.     Caption = 
  43.       'Click on an icon in the list below to change how a feature is in' +
  44.       'stalled.'
  45.     FocusControl = Components
  46.     Transparent = True
  47.     WordWrap = True
  48.   end
  49.   object Label2: TLabel
  50.     Left = 37
  51.     Top = 24
  52.     Width = 259
  53.     Height = 13
  54.     Caption = 'Choose the program features you would like to install.'
  55.     Transparent = True
  56.   end
  57.   object Label1: TLabel
  58.     Left = 24
  59.     Top = 8
  60.     Width = 79
  61.     Height = 13
  62.     Caption = 'Custom Setup'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'Tahoma'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object Label6: TLabel
  72.     Left = 5
  73.     Top = 306
  74.     Width = 60
  75.     Height = 13
  76.     Caption = 'InstallAware'
  77.     Enabled = False
  78.   end
  79.   object Bevel1: TBevel
  80.     Left = 68
  81.     Top = 314
  82.     Width = 430
  83.     Height = 9
  84.     Shape = bsTopLine
  85.   end
  86.   object Components: TTreeView
  87.     Tag = 1
  88.     Left = 8
  89.     Top = 96
  90.     Width = 297
  91.     Height = 201
  92.     Hint = 'COMPONENTS'
  93.     Indent = 19
  94.     TabOrder = 0
  95.   end
  96.   object GroupBox13: TGroupBox
  97.     Left = 312
  98.     Top = 90
  99.     Width = 177
  100.     Height = 207
  101.     Caption = ' Feature Description '
  102.     TabOrder = 1
  103.     object Label3: TLabel
  104.       Left = 8
  105.       Top = 160
  106.       Width = 47
  107.       Height = 13
  108.       Caption = 'Required:'
  109.     end
  110.     object Label5: TLabel
  111.       Left = 8
  112.       Top = 176
  113.       Width = 53
  114.       Height = 13
  115.       Caption = 'Remaining:'
  116.     end
  117.     object Description: TStaticText
  118.       Tag = 2
  119.       Left = 8
  120.       Top = 16
  121.       Width = 161
  122.       Height = 137
  123.       AutoSize = False
  124.       Caption = 'Description'
  125.       TabOrder = 0
  126.       Transparent = False
  127.     end
  128.     object RemainingSpace: TStaticText
  129.       Tag = 6
  130.       Left = 64
  131.       Top = 176
  132.       Width = 105
  133.       Height = 17
  134.       Alignment = taRightJustify
  135.       AutoSize = False
  136.       Caption = 'RemainingSpace'
  137.       TabOrder = 1
  138.     end
  139.     object TotalRequiredSpace: TStaticText
  140.       Tag = 4
  141.       Left = 64
  142.       Top = 160
  143.       Width = 105
  144.       Height = 17
  145.       Alignment = taRightJustify
  146.       AutoSize = False
  147.       Caption = 'TotalRequiredSpace'
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = clWindowText
  150.       Font.Height = -11
  151.       Font.Name = 'Tahoma'
  152.       Font.Style = []
  153.       ParentFont = False
  154.       TabOrder = 2
  155.     end
  156.   end
  157.   object Cancel: TButton
  158.     Tag = 3
  159.     Left = 412
  160.     Top = 325
  161.     Width = 75
  162.     Height = 23
  163.     Caption = 'Cancel'
  164.     TabOrder = 4
  165.   end
  166.   object Next: TButton
  167.     Tag = 1
  168.     Left = 325
  169.     Top = 325
  170.     Width = 75
  171.     Height = 23
  172.     Caption = '&Next >'
  173.     Default = True
  174.     TabOrder = 2
  175.   end
  176.   object Back: TButton
  177.     Tag = 2
  178.     Left = 249
  179.     Top = 325
  180.     Width = 75
  181.     Height = 23
  182.     Caption = '< &Back'
  183.     TabOrder = 3
  184.   end
  185. end
  186.